PROCOMM PLUS for Windows - CALC.WAS (4/23/98)

Should I use this script?
-------------------------

PROCOMM PLUS for Windows allows access to source file libraries 
with the #INCLUDE staement.   These files are never compiled, but 
can be used in any number of scripts to provide procedures and 
functions.  The CALC.WAS script emmulates a calculator by creating
a dialog box depicting a common calculator. It demonstrates mouse 
driven input of data and the #INCLUDE rese4rve word adds the
 mathmatical functions to the script from the MATHPACK.INC file.


How do I install CALC.WAX?
----------------------------
Copy the CALC.WAS file to your Aspect directory.  The CALC.WAS 
file must be compiled before the script can be run.


How do I run CALC.WAX?
------------------------
From the Action Bar:

1)  Click on the Script File drop down menu.
2)  Select CALC.

From the Menu Bar:

1)  Click on Scripts.
2)  Click on Run.
3)  Select CALC.WAX.
4)  Click on OK.



Additional Information:
------------------------
NOTE: To successfully compile the CALC.WAS script the Mathpack.inc
must reside in the same directory as the CALC.WAS file.  The 
MathPack.INC file cannot be compiled independently, however; INC 
files are used as "source code" that can be included into any 
number of scripts.